home *** CD-ROM | disk | FTP | other *** search
- #*---------------------------------------------------------------------*/
- #* Copyright (c) 1994 by Manuel Serrano and Pierre Weis. */
- #* All rights reserved. */
- #* */
- #* ,--^, */
- #* _ ___/ /|/ */
- #* ,;'( )__, ) ' */
- #* ;; // L__. */
- #* ' \ / ' */
- #* ^ ^ */
- #* */
- #* */
- #* This program is distributed in the hope that it will be useful. */
- #* Use and copying of this software and preparation of derivative */
- #* works based upon this software are permitted, so long as the */
- #* following conditions are met: */
- #* o credit to the authors is acknowledged following current */
- #* academic behaviour */
- #* o no fees or compensation are charged for use, copies, or */
- #* access to this software */
- #* o this copyright notice is included intact. */
- #* This software is made available AS IS, and no warranty is made */
- #* about the software or its performance. */
- #* */
- #* Bug descriptions, use reports, comments or suggestions are */
- #* welcome Send them to */
- #* {Manuel.Serrano,Pierre.Weis}@inria.fr */
- #* Manuel Serrano */
- #* INRIA -- Rocquencourt */
- #* Domaine de Voluceau, BP 105 */
- #* 78153 Le Chesnay Cedex */
- #* France */
- #*---------------------------------------------------------------------*/
-
- This directory contains the source files of Camloo, an extension
- package to compile Caml files using the Bigloo compiler.
-
- To install Camloo, see the INSTALL file. Bigloo at least release
- 1.6 is required. Bigloo can be obtain by ftp at the following
- address:
-
- `ftp.inria.fr:/INRIA/Projects/icsla/Implementations/bigloo1.6.tar.gz'
-
-
- The compiler distribution consists of several directories:
-
- documentation contains the documentation of the camloo system.
-
- examples contains several Camloo's examples.
-
- bin will contain the compiler executable.
-
- lib will contain the Camloo's libraries.
-
- comptime0.2 contains the sources of the compiler.
-
- runtime0.2 contains the sources of the runtime system.
-
- contrib0.2 contains some of the standard Caml Light contribution.
-
- tools contains severals tools files required for the boot
- of Camloo.
-
- We thank all the people who helped while writing Camloo, especially
- Xavier Leroy and Damien Doligez. Moreover we thank all the Caml Light
- team, which let us use and modify the Caml Light compiler source files.
-
-
-